k256 0.11.6

secp256k1 elliptic curve library written in pure Rust with support for ECDSA signing/verification (including Ethereum-style signatures with public-key recovery), Elliptic Curve Diffie-Hellman (ECDH), and general purpose secp256k1 curve arithmetic useful for implementing arbitrary group-based protocols.
Documentation

k256

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 22 feature flags, 18 of them enabled by default.

default

arithmetic (default)

ecdsa (default)

pkcs8 (default)

schnorr (default)

std (default)

sha256 (default)

digest (default)

sha2 (default)

This feature flag does not enable additional features.

bits

ecdh

ecdsa-core

This feature flag does not enable additional features.

expose-field

hash2curve

hex-literal

This feature flag does not enable additional features.

jwk

keccak256

pem

serde

serdect

This feature flag does not enable additional features.

sha3

This feature flag does not enable additional features.

test-vectors